home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / lan / l11p02.zip / COMPOPEN.PAT next >
Text File  |  1992-10-09  |  1KB  |  27 lines

  1. TARGET=SERVER.EXE
  2. LIST
  3. VERIFY
  4.    va = search ( f3 a4 55 89 e5 8b 76 02 46 46 89 76 02 5d be 00 0c 8b 34 83 c6 15 8a 24 8d 77 34 8a 04 f6 c4 01 74 14 3c 01 75 10 b8 05 99 89 47 32 c7 47 05 00 00 b8 d9 0e ff d0 a8 70 75 0d f6 c4 01 74 04 b0 20 eb 02 0c 10 88 04 8d 77 34 c3 checksum  1dad )
  5.  
  6.    if(va) then 
  7.       print "COMPOPEN.PAT has previously been applied.\n"
  8.       stop
  9.    endif
  10.  
  11. APPLY
  12.    vb = search ( f3 a4 8d 77 34 8a 04 8b 16  checksum 3fe )
  13.    rem  "109a"
  14.  
  15.    if (vb) then
  16.       patch vb ( e8 9e 46 checksum  1cc )
  17.       patch 573b ( f3 a4 55 89 e5 8b 76 02 46 46 89 76 02 5d be 00 0c 8b 34 83 c6 15 8a 24 8d 77 34 8a 04 f6 c4 01 74 14 3c 01 75 10 b8 05 99 89 47 32 c7 47 05 00 00 b8 d9 0e ff d0 a8 70 75 0d f6 c4 01 74 04 b0 20 eb 02 0c 10 88 04 8d 77 34 c3 checksum  1dad )
  18.       write
  19.       print "COMPOPEN.PAT has been applied $TARGET.\n"
  20.       stop
  21.    else 
  22.       print "  Unable to apply COMPOPEN.PAT\n"
  23.       print "  Make sure you are using this\n"
  24.       print "  patch with NetWare Lite $TARGET, version 1.1.\n"
  25.       stop
  26.    endif
  27.